home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / mac2.defs < prev    next >
Text File  |  1992-01-22  |  940b  |  40 lines

  1.  
  2. # Machine dependent makefile definitions for mac2
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  -O 
  7. LIBS    = -lm -lg 
  8. ODIR_DEBUG= -g
  9.  
  10. # This CC string will be used for compilation of the system,
  11. # and also in the compiler::*cc* variable for later compilation of
  12. # lisp files.
  13.  
  14.  
  15. # CC = cc -DVOL= -Bstatic -I$(AKCLDIR)/o
  16. # If you have a good gcc (not version 1.36 it has a bug) 1.35 is ok.
  17. CC = gcc $(MCFLAGS) -fwritable-strings -DVOL=volatile -I$(AKCLDIR)/o 
  18. LIBS    = -lm -lg /usr/local/Gnu/lib/gcc-gnulib
  19.  
  20. MCFLAGS=-D_BSD_SOURCE -D_SYSV_SOURCE
  21.  
  22. MAINDIR = /usr/local/src/kcl
  23.  
  24. # Enable the fastloading mechanism which does not use ld -A
  25. # requires c/rel_.. machine dependent code.
  26.  
  27. RSYM    = rsym
  28. SFASL    = $(ODIR)/sfasl.o
  29.  
  30. # When using SFASL it is good to have (si::build-symbol-table)
  31. INITFORM=(si::build-symbol-table)
  32.  
  33. # Use symbolic links
  34. SYMB=-s
  35.  
  36. # the  make to use for saved_kcp the profiler.
  37. KCP=kcp-unix
  38.  
  39. MPFILES= $(MPDIR)/mpi-gcc.o   $(MPDIR)/libmport.a
  40.